home *** CD-ROM | disk | FTP | other *** search
- property pButton, spriteNum
- global fuctUp, gBalls, gProceed
-
- on beginSprite me
- pButton = sprite(spriteNum)
- pButton.visible = 1
- fuctUp = pButton
- end
-
- on mouseDown me
- if gProceed then
- puppetSound(3, member("begin"))
- sprite(gBalls[gBalls.count]).putIntoPlay()
- gProceed = 0
- pButton.visible = 0
- end if
- end
-